Special configuration settings
The following settings are very special and are not required for the normal operation of IQ4docs. Nevertheless, they can help to simplify or speed up certain processes or solve various problems. Usually, the change requires a restart of the service that provides the function.

If a data stream contains Prescribe commands, IQ4docs removes them from the data stream to make the data stream more compatible and, for example, easier to use with devices from multiple manufacturers. If you only have devices that can handle Prescribe, or if it is even mandatory, removal from the data stream can be disabled.
You can do this by making an entry in the LocalService.config of the PrintService. Enter the following line in the <appSettings> area:
<add key="NoPrescribeReplacements" value="True" />

When analyzing color pages, it is possible (in special cases, depending on the driver and the printing application) for very large analysis files (larger than the print file itself) to be created. If this causes a problem in the operation of IQ4docs, the analysis can be simplified.
You can enable simplified analysis with an entry in the LocalService.config of the PrintService. Enter the following line in the <appSettings> area:
<add key="ShortCutXlColorDetection" value="True" />
Due to the simplified analysis, color pages in the data stream might not be detected correctly in certain cases.

In special cases, it may not be possible to process the simultaneous requests for data during the user import.
You can restrict these requests with an entry in the localService.config of the UserService. Enter the following line in the <appSettings> section and slowly feel your way to an ideal value:
<add key="UserServiceConfig.MaxParallelLdapRequests" value="6" />